home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / archiver / ncmp424s.zoo / Changes < prev    next >
Text File  |  1993-03-06  |  3KB  |  86 lines

  1. (N)compress version 4.2.4
  2.     o Fix '-c' flag.
  3.     o Fix utime error.
  4.     o Added AMIGA support (Sascha Wildner).
  5.     o Div. remarks added.
  6.  
  7. (N)compress version 4.2.3
  8.     o Comp.source.reveiwed release.
  9.  
  10. (N)compress version 4.2.2
  11.     Minor changes after the reviewes from comp.sources.reviewed
  12.     o Change the name to ncompress because of version problems.
  13.     o Start all scripts with ':'
  14.     o Added libary options to buidl script.
  15.     o Install zmore zcmp zdiff and manuals.
  16.     o Added patchlevel.h
  17.     o Updated README file. Created LZW.INFO
  18.     o a complete grammatical go-round
  19.     o Use utime.h if availble
  20.     o Change de default input/output buffer size to BUFSIZ. Because
  21.       of performance problems with read a head on systems.
  22.     o Build generates a makefile.
  23.  
  24. compress version 4.2.1 improvements
  25.     o Change the name to ncompress because of version problems.
  26.     o Completly rewrite of the compress and decompress functions.
  27.       compress speedup 25-50% (user cpu time).
  28.       decompress speedup 20-30% (user cpu time).
  29.     o Add special fast compress hash algorithm.
  30.     o Fix some minor things.
  31.     o use #include <utime.h> if availble.
  32.     o Cleanup the source code (I think so).
  33.     o Test if filename is not to long. This is done on runtime no fix length
  34.       size any more.
  35.     o Powerfull build script (test almost every thing).
  36.  
  37. Modifications for version 4.1: 
  38.     o Added -r command line flag to allow recursive compression/
  39.       decompression of directory trees. As a side-effect, compress
  40.       no longer tries to compress/decompress anything that isn't
  41.       a regular file. In particular, it ignores symbolic links.
  42.     o zcat no longer cares whether a filename ends in .Z or
  43.       not - it relies on the magic number in the file. If zcat
  44.       is given a filename that doesn't end with .Z and the file
  45.       referenced doesn't exist, zcat will append a .Z and try
  46.       to open that instead.
  47.     o compress -f will now compress multiply hardlinked files.
  48.       Uncompress does not recreate the hard link, it creates
  49.       a new file.
  50.     o Removed compressdir/uncompressdir - no longer needed.
  51.     o Removed atob/btoa/tarmail/untarmail - my versions are
  52.       based on btoa 5.2 which is not compatible with the atob
  53.       included with compress4.0.
  54.  
  55. Compress version 4.0 improvements:
  56.     o compress() speedup (10-50%) by changing division hash to xor
  57.     o decompress() speedup (5-10%)
  58.     o Memory requirements reduced (3-30%)
  59.     o Stack requirements reduced to less than 4kb
  60.     o Removed 'Big+Fast' compress code (FBITS) because of compress speedup
  61.     o Portability mods for Z8000 and PC/XT (but not zeus 3.2)
  62.     o Default to 'quiet' mode
  63.     o Unification of 'force' flags
  64.     o Manual page overhaul
  65.     o Portability enhancement for M_XENIX
  66.     o Removed text on #else and #endif
  67.     o Added "-V" switch to print version and options
  68.     o Added #defines for SIGNED_COMPARE_SLOW
  69.     o Added Makefile and "usermem" program
  70.     o Removed all floating point computations
  71.     o New programs:
  72.         compressdir - compress all files on a directory
  73.         uncompressdir - uncompress all files on a directory
  74.         zcmp - cmp compressed files
  75.         zdiff - diff compressed files
  76.       The following are with thanks to philabs!per:
  77.         btoa - convert binary to ascii for mailing
  78.         atob - convert ascii to binary with checksum
  79.         tarmail - tar, compress, btoa, and mail files
  80.         untarmail - restore "tarmail" files
  81.  
  82.         WARNING: These last few programs are not compatible 
  83.         with the original ones from the net.  The encoding
  84.         has changed.  See btoa.c for more info.
  85.  
  86.